[INFO] cloning repository https://github.com/growthagent/basic-cli
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/growthagent/basic-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgrowthagent%2Fbasic-cli", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgrowthagent%2Fbasic-cli'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 66115334b22ef54e56496de3bca1387b64bb703d
[INFO] checking growthagent/basic-cli against try#dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e for pr-153721-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgrowthagent%2Fbasic-cli" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/growthagent/basic-cli
[INFO] finished tweaking git repo https://github.com/growthagent/basic-cli
[INFO] tweaked toml for git repo https://github.com/growthagent/basic-cli written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/growthagent/basic-cli on toolchain dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/growthagent/basic-cli already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] fe3e3e3f5b2a391aa5d500a2e5b66acc09f3eb900d197704ec814d2aa3a468ad
[INFO] running `Command { std: "docker" "start" "fe3e3e3f5b2a391aa5d500a2e5b66acc09f3eb900d197704ec814d2aa3a468ad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fe3e3e3f5b2a391aa5d500a2e5b66acc09f3eb900d197704ec814d2aa3a468ad" "/opt/rustwide/cargo-home/bin/cargo" "+dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fe3e3e3f5b2a391aa5d500a2e5b66acc09f3eb900d197704ec814d2aa3a468ad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fe3e3e3f5b2a391aa5d500a2e5b66acc09f3eb900d197704ec814d2aa3a468ad" "/opt/rustwide/cargo-home/bin/cargo" "+dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]     Checking cfg-if v1.0.3
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling find-msvc-tools v0.1.3
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]     Checking log v0.4.28
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]     Checking roc_std v0.0.1 (https://github.com/roc-lang/roc.git#caaae472)
[INFO] [stderr]    Compiling cc v1.2.40
[INFO] [stderr]     Checking bytes v1.10.1
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]     Checking bitflags v2.9.4
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]    Compiling zerocopy v0.8.28
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]     Checking try-lock v0.2.5
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]    Compiling rustls v0.23.32
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking http v1.3.1
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking opaque-debug v0.3.1
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking memmap2 v0.9.4
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking roc_std_heap v0.0.1 (https://github.com/roc-lang/roc.git#caaae472)
[INFO] [stderr]    Compiling libsqlite3-sys v0.33.0
[INFO] [stderr]     Checking roc_io_error v0.0.1 (/opt/rustwide/workdir/crates/roc_io_error)
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking roc_file v0.0.1 (/opt/rustwide/workdir/crates/roc_file)
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking openssl-probe v0.1.6
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]     Checking tokio v1.45.0
[INFO] [stderr]     Checking tower-service v0.3.3
[INFO] [stderr]     Checking polyval v0.6.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking ghash v0.5.1
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking rustls-native-certs v0.8.1
[INFO] [stderr]     Checking blowfish v0.9.1
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling convert_case v0.7.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.6
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking nix v0.27.1
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking bcrypt v0.15.1
[INFO] [stderr]     Checking aes-gcm v0.10.3
[INFO] [stderr]     Checking pbkdf2 v0.12.2
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking command-group v5.0.1
[INFO] [stderr]    Compiling litrs v0.4.2
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking adler2 v2.0.1
[INFO] [stderr]     Checking sys-locale v0.3.2
[INFO] [stderr]    Compiling roc_host v0.0.1 (/opt/rustwide/workdir/crates/roc_host)
[INFO] [stderr]     Checking gimli v0.31.1
[INFO] [stdout] error: target-based cfg should be avoided in build scripts
[INFO] [stdout]  --> crates/roc_host/build.rs:9:15
[INFO] [stdout]   |
[INFO] [stdout] 9 |     #[cfg(not(windows))]
[INFO] [stdout]   |               ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[deny(misleading_cfg_in_build_script)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: target-based cfg should be avoided in build scripts
[INFO] [stdout]   --> crates/roc_host/build.rs:12:11
[INFO] [stdout]    |
[INFO] [stdout] 12 |     #[cfg(windows)]
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr] error: could not compile `roc_host` (build script) due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "fe3e3e3f5b2a391aa5d500a2e5b66acc09f3eb900d197704ec814d2aa3a468ad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fe3e3e3f5b2a391aa5d500a2e5b66acc09f3eb900d197704ec814d2aa3a468ad", kill_on_drop: false }`
[INFO] [stdout] fe3e3e3f5b2a391aa5d500a2e5b66acc09f3eb900d197704ec814d2aa3a468ad
